+Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Fix problem with == in test argument.
+ (#80732, Hidetoshi Tajima)
+
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
The "big treeview focus patch". Fixes several issues and adds some
+Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Fix problem with == in test argument.
+ (#80732, Hidetoshi Tajima)
+
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
The "big treeview focus patch". Fixes several issues and adds some
+Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Fix problem with == in test argument.
+ (#80732, Hidetoshi Tajima)
+
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
The "big treeview focus patch". Fixes several issues and adds some
+Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Fix problem with == in test argument.
+ (#80732, Hidetoshi Tajima)
+
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
The "big treeview focus patch". Fixes several issues and adds some
+Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Fix problem with == in test argument.
+ (#80732, Hidetoshi Tajima)
+
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
The "big treeview focus patch". Fixes several issues and adds some
+Sun May 5 15:56:50 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Fix problem with == in test argument.
+ (#80732, Hidetoshi Tajima)
+
Sun May 5 16:42:32 2002 Kristian Rietveld <kris@gtk.org>
The "big treeview focus patch". Fixes several issues and adds some
use_solaris_xinerama=yes
AC_CHECK_LIB(Xext, XineramaGetInfo,
use_solaris_xinerama=yes, use_solaris_xinerama=no)
- if test "x$use_solaris_xinerama" == "xyes"; then
+ if test "x$use_solaris_xinerama" = "xyes"; then
AC_CHECK_HEADER(X11/extensions/xinerama.h,
if test -z "`echo $x_extra_libs $x_libs | grep "\-lXext" 2> /dev/null`"; then
x_extra_libs="-lXext $x_extra_libs"